home *** CD-ROM | disk | FTP | other *** search
/ Euroscene 1 / Euroscene 1.iso / tools / aii / install reqtools < prev    next >
Text File  |  1994-04-25  |  445b  |  25 lines

  1. FailAt 20
  2.  
  3.   Ask "Would you like to install reqtools.library?"
  4.   if not warn
  5.     skip NOREQ
  6.   endif
  7.  
  8. If exists libs:reqtools.library
  9.     Echo "reqtools.library already installed. This version was found:"
  10.     Version LIBS:reqtools.library
  11. endif
  12.     Ask "Would you like to install v38.39 of reqtools.library?"
  13.     if not warn
  14.         skip NOREQ
  15.     endif
  16.     copy :tools/libs/reqtools.library LIBS: quiet
  17.  
  18. echo "*nInstallation completed."
  19. echo ""
  20.  
  21. Lab NOREQ
  22. Lab END
  23. wait 2
  24.  
  25.